Searched refs:dre (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_reloc.c | 192 Dwarf_Rel_Entry dre, tdre; in _dwarf_reloc_section_free() local 204 STAILQ_FOREACH_SAFE(dre, &drs->drs_dre, dre_next, tdre) { in _dwarf_reloc_section_free() 205 STAILQ_REMOVE(&drs->drs_dre, dre, _Dwarf_Rel_Entry, in _dwarf_reloc_section_free() 207 free(dre); in _dwarf_reloc_section_free() 229 Dwarf_Rel_Entry dre; in _dwarf_reloc_entry_add() local 256 if ((dre = calloc(1, sizeof(struct _Dwarf_Rel_Entry))) == NULL) { in _dwarf_reloc_entry_add() 260 STAILQ_INSERT_TAIL(&drs->drs_dre, dre, dre_next); in _dwarf_reloc_entry_add() 261 dre->dre_type = type; in _dwarf_reloc_entry_add() 262 dre->dre_length = length; in _dwarf_reloc_entry_add() 263 dre->dre_offset = reloff; in _dwarf_reloc_entry_add() [all …]
|
| H A D | dwarf_pro_reloc.c | 58 Dwarf_Rel_Entry dre; in dwarf_get_relocation_info() local 98 for (i = 0, dre = STAILQ_FIRST(&drs->drs_dre); in dwarf_get_relocation_info() 99 (Dwarf_Unsigned) i < *reloc_entry_count && dre != NULL; in dwarf_get_relocation_info() 100 i++, dre = STAILQ_NEXT(dre, dre_next)) { in dwarf_get_relocation_info() 101 drs->drs_drd[i].drd_type = dre->dre_type; in dwarf_get_relocation_info() 102 drs->drs_drd[i].drd_length = dre->dre_length; in dwarf_get_relocation_info() 103 drs->drs_drd[i].drd_offset = dre->dre_offset; in dwarf_get_relocation_info() 104 drs->drs_drd[i].drd_symbol_index = dre->dre_symndx; in dwarf_get_relocation_info() 106 assert((Dwarf_Unsigned) i == *reloc_entry_count && dre == NULL); in dwarf_get_relocation_info()
|
| /src/contrib/tzdata/ |
| H A D | europe | 2150 # https://dre.pt/ (in Portuguese). 2163 # https://dre.pt/dr/detalhe/decreto/593090 2164 # https://dre.pt/application/conteudo/593090 2187 # https://dre.pt/dr/detalhe/decreto/1469-1915-285721 2188 # https://dre.pt/application/conteudo/285721 2196 # https://dre.pt/dr/detalhe/decreto/2433-1916-267192 2197 # https://dre.pt/application/conteudo/267192 2198 # https://dre.pt/dr/detalhe/decreto/2712-1916-590937 2199 # https://dre.pt/application/conteudo/590937 2207 # https://dre.pt/dr/detalhe/decreto/2922-1916-261894 [all …]
|
| /src/sys/contrib/device-tree/Bindings/dma/xilinx/ |
| H A D | xilinx_dma.txt | 77 - xlnx,include-dre: Tells hardware is configured for Data
|