Searched refs:note_start (Results 1 – 3 of 3) sorted by relevance
92 Elf_Addr note_start; in map_object() local114 note_start = 0; in map_object()169 note_start = (Elf_Addr)(note_map + phdr->p_offset - in map_object()172 note_start = (Elf_Addr)(char *)hdr + phdr->p_offset; in map_object()174 note_end = note_start + phdr->p_filesz; in map_object()317 if (note_start < note_end) in map_object()318 digest_notes(obj, note_start, note_end); in map_object()
1394 Elf_Addr note_start, note_end; in digest_phdr() local1452 note_start = (Elf_Addr)obj->relocbase + ph->p_vaddr; in digest_phdr()1453 note_end = note_start + ph->p_filesz; in digest_phdr()1454 digest_notes(obj, note_start, note_end); in digest_phdr()1468 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) in digest_notes() argument1474 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes()
484 size_t note_start = offset; in parseSegment() local486 DataExtractor note_data(segment, note_start, note_size); in parseSegment()